-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: DT release notes for 3.1 #46233
doc: DT release notes for 3.1 #46233
Conversation
By popular demand, create a separate devicetree section, splitting it apart from the "build/infrastructure" section. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
10704a1
to
ee864ce
Compare
* :dtcompatible:`st,stm32-ltdc` | ||
* :dtcompatible:`st,stm32-ospi` and :dtcompatible:`st,stm32-ospi-nor` | ||
* :dtcompatible:`st,stm32h7-fmc` | ||
* TI ADS ADCs: :dtcompatible:`ti,ads1013`, :dtcompatible:`ti,ads1015`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: there is also the :dtcompatible:ti,ads1014
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch. Fixed, thanks.
Some significant highlights include: - new pinctrl and reset controller bindings - enhanced ADC and PWM bindings - zephyr-specific generation of MPU regions from devicetree - new DT CAN API - enhanced support for conversion from strings in the DTS to tokens in C - many, many enhancements to existing bindings Many thanks to everyone who contributed these great changes! Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
ee864ce
to
aa487f3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this dt dedicated section.
Once merged, and I time allows, I'll probably move some items previously filled in different sections to here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thank you!
Some significant highlights include:
to tokens in C
Many thanks to everyone who contributed these great changes!
Resolves: #46219